home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / PhoneMemo / Source / MemoDelegate.h < prev    next >
Text File  |  1994-02-04  |  134b  |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface MemoDelegate:Object
  5. {
  6.     id    memoController;
  7. }
  8.  
  9. - textDidGetKeys:sender isEmpty:(BOOL)flag;
  10.  
  11. @end
  12.